home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / C_WINDW.LZH / COMPLINK.TUR < prev    next >
Text File  |  1987-12-28  |  384b  |  10 lines

  1. REM parameter is program name to be compiled, linked and run
  2. REM format of entry is "complink program"
  3. REM Note that the ".c" suffix is omitted
  4. if NOT EXIST \turboc\marietta\%1.c GOTO END
  5. copy \turboc\marietta\%1.c program.c
  6. tcc -C -Iinclude -Llib -ms program lib\c_wndw.lib 
  7. PAUSE examine compile for errors, then press any key
  8. program
  9. :END
  10.